(minor-mode-list): Add `hs-minor-mode'.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 15 Nov 2003 00:56:16 +0000 (00:56 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 15 Nov 2003 00:56:16 +0000 (00:56 +0000)
lisp/subr.el

index e0fdc5c0b24c350d0083d6f67fa406a73a32e8ac..711f763be926c03507b399cd92f332651c29e6b5 100644 (file)
@@ -2224,7 +2224,8 @@ If SUFFIX is non-nil, add that at the end of the file name."
 ;; isearch-mode is deliberately excluded, since you should
 ;; not call it yourself.
 (defvar minor-mode-list '(auto-save-mode auto-fill-mode abbrev-mode
-                                        overwrite-mode view-mode)
+                                        overwrite-mode view-mode
+                                         hs-minor-mode)
   "List of all minor mode functions.")
 
 (defun add-minor-mode (toggle name &optional keymap after toggle-fun)